Skip to content

Comments

io/uring/Ring: Mark the io_uring as non-iowait%#2412

Merged
MaxKellermann merged 1 commit intoMusicPlayerDaemon:v0.24.xfrom
jackyyf:v0.24.x
Jan 15, 2026
Merged

io/uring/Ring: Mark the io_uring as non-iowait%#2412
MaxKellermann merged 1 commit intoMusicPlayerDaemon:v0.24.xfrom
jackyyf:v0.24.x

Conversation

@jackyyf
Copy link
Contributor

@jackyyf jackyyf commented Jan 15, 2026

Linux 6.15 introduced io_uring_set_iowait(3) which allows user to disable the wa% on waiting io_uring.

The error code is intentionally ignored, as the function call will fail on earlier Linux system, and a macro guard is added to allow build to succeed on liburing < 2.10.

This commit fixes #2241.

Linux 6.15 introduced io_uring_set_iowait(3) which allows user to
disable the wa% on waiting io_uring.

The error code is intentionally ignored, as the function call will fail
on earlier Linux system, and a macro guard is added to allow build to
succeed on liburing < 2.10.

This commit fixes #2241.
@MaxKellermann
Copy link
Member

Oh, this exists, nice!

@MaxKellermann MaxKellermann merged commit a666e68 into MusicPlayerDaemon:v0.24.x Jan 15, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants